Bump winreg from 0.50.0 to 0.55.0#11
Merged
dependabot[bot] merged 1 commit intomasterfrom May 26, 2025
Merged
Conversation
Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.50.0 to 0.55.0. - [Release notes](https://github.com/gentoo90/winreg-rs/releases) - [Changelog](https://github.com/gentoo90/winreg-rs/blob/master/CHANGELOG.md) - [Commits](gentoo90/winreg-rs@v0.50.0...v0.55.0) --- updated-dependencies: - dependency-name: winreg dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
@dependabot merge
…On Mon, May 26, 2025 at 11:47 AM dependabot[bot] ***@***.***> wrote:
Bumps winreg <https://github.com/gentoo90/winreg-rs> from 0.50.0 to
0.55.0.
Release notes
*Sourced from winreg's releases
<https://github.com/gentoo90/winreg-rs/releases>.*
0.55.0 (windows-sys)
- Breaking change: Increate MSRV to 1.60
- Breaking change: Upgrade windows-sys to version 0.59 (#77
<https://redirect.github.com/gentoo90/winreg-rs/issues/77>)
0.54.0 (windows-sys)
- Breaking change: Migrate to the 2021 edition of Rust (MSRV 1.56)
- Breaking change: Upgrade windows-sys to version 0.52 (closes #63
<https://redirect.github.com/gentoo90/winreg-rs/issues/63>, #70
<https://redirect.github.com/gentoo90/winreg-rs/issues/70>)
0.53.0 (windows-sys)
- Don't stop deserialization of Any due to REG_NONE (pullrequest #67
<https://redirect.github.com/gentoo90/winreg-rs/issues/67>, fixes #66
<https://redirect.github.com/gentoo90/winreg-rs/issues/66>)
- Implement (de)serialization of Option (#56
<https://redirect.github.com/gentoo90/winreg-rs/issues/56>)
- Add RegKey methods for creating/opening subkeys with custom options (
#65 <https://redirect.github.com/gentoo90/winreg-rs/issues/65>)
0.52.0 (windows-sys)
- Breaking change: .commit() and .rollback() now consume the
transaction (#62
<https://redirect.github.com/gentoo90/winreg-rs/issues/62>)
- Add RegKey::rename_subkey() method (#58
<https://redirect.github.com/gentoo90/winreg-rs/issues/58>)
- Make serialization modules public (#59
<https://redirect.github.com/gentoo90/winreg-rs/issues/59>)
- Fix UB in FromRegValue for u32 and u64 (#61
<https://redirect.github.com/gentoo90/winreg-rs/issues/61>)
0.51.0 (windows-sys)
- Breaking change: fix std::fmt::Display implementation for RegValue (
#52 <https://redirect.github.com/gentoo90/winreg-rs/issues/52>)
- Add RegKey::encode_transacted() method (pullrequest #55
<https://redirect.github.com/gentoo90/winreg-rs/issues/55>), fixes #54
<https://redirect.github.com/gentoo90/winreg-rs/issues/54>)
Changelog
*Sourced from winreg's changelog
<https://github.com/gentoo90/winreg-rs/blob/master/CHANGELOG.md>.*
0.55.0
- Breaking change: Increate MSRV to 1.60
- Breaking change: Upgrade windows-sys to version 0.59 (#77
<https://redirect.github.com/gentoo90/winreg-rs/pull/77>)
0.54.0
- Breaking change: Migrate to the 2021 edition of Rust (MSRV 1.56)
- Breaking change: Upgrade windows-sys to version 0.52 (closes #63
<https://redirect.github.com/gentoo90/winreg-rs/pull/63>, #70
<https://redirect.github.com/gentoo90/winreg-rs/pull/70>)
0.15.0, 0.53.0
- Don't stop deserialization of Any due to REG_NONE (pullrequest #67
<https://redirect.github.com/gentoo90/winreg-rs/pull/67>, fixes #66
<https://redirect.github.com/gentoo90/winreg-rs/issues/66>)
- Implement (de)serialization of Option (#56
<https://redirect.github.com/gentoo90/winreg-rs/issues/56>)
- Add RegKey methods for creating/opening subkeys with custom options (
#65 <https://redirect.github.com/gentoo90/winreg-rs/pull/65>)
0.52.0
- Breaking change: .commit() and .rollback() now consume the
transaction (#62
<https://redirect.github.com/gentoo90/winreg-rs/issues/62>)
- Add RegKey::rename_subkey() method (#58
<https://redirect.github.com/gentoo90/winreg-rs/issues/58>)
- Make serialization modules public (#59
<https://redirect.github.com/gentoo90/winreg-rs/issues/59>)
- Fix UB in FromRegValue for u32 and u64 (#61
<https://redirect.github.com/gentoo90/winreg-rs/issues/61>)
0.14.0
- Breaking change: increase MSRV to 1.34
- Fix UB in FromRegValue for u32 and u64 (#61
<https://redirect.github.com/gentoo90/winreg-rs/issues/61>)
0.13.0
- Breaking change: .commit() and .rollback() now consume the
transaction (#62
<https://redirect.github.com/gentoo90/winreg-rs/issues/62>)
- Add RegKey::rename_subkey() method (#58
<https://redirect.github.com/gentoo90/winreg-rs/issues/58>)
- Make serialization modules public (#59
<https://redirect.github.com/gentoo90/winreg-rs/issues/59>)
0.12.0, 0.51.0
- Breaking change: fix std::fmt::Display implementation for RegValue (
#52 <https://redirect.github.com/gentoo90/winreg-rs/issues/52>)
- Add RegKey::encode_transacted() method (pullrequest #55
<https://redirect.github.com/gentoo90/winreg-rs/pull/55>, fixes #54
<https://redirect.github.com/gentoo90/winreg-rs/issues/54>)
Commits
- 9243b23
<gentoo90/winreg-rs@9243b23>
Bump version to 0.55.0
- f044074
<gentoo90/winreg-rs@f044074>
Upgrade windows-sys to version 0.59 (and MSRV to 1.60)
- 4574feb
<gentoo90/winreg-rs@4574feb>
Bump version to 0.54.0
- 105ca7a
<gentoo90/winreg-rs@105ca7a>
Upgrade windows-sys to version 0.52
- 93aefdf
<gentoo90/winreg-rs@93aefdf>
Migrate to the 2021 edition of Rust
- c9315d0
<gentoo90/winreg-rs@c9315d0>
Clippy: remove unnecessary typecasts
- e62111e
<gentoo90/winreg-rs@e62111e>
Merge branch 'winapi'
- 049035f
<gentoo90/winreg-rs@049035f>
Update the transaction example in the docs
- 5baac5d
<gentoo90/winreg-rs@5baac5d>
CI: upgrade actions to the latest versions
- cbaeb4e
<gentoo90/winreg-rs@cbaeb4e>
CI: check Cargo.toml formatting
- Additional commits viewable in compare view
<gentoo90/winreg-rs@v0.50.0...v0.55.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#11
Commit Summary
- 8b5df80
<8b5df80>
Bump winreg from 0.50.0 to 0.55.0
File Changes
(2 files <https://github.com/bearice/RustCat/pull/11/files>)
- *M* Cargo.lock
<https://github.com/bearice/RustCat/pull/11/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e>
(47)
- *M* Cargo.toml
<https://github.com/bearice/RustCat/pull/11/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542>
(2)
Patch Links:
- https://github.com/bearice/RustCat/pull/11.patch
- https://github.com/bearice/RustCat/pull/11.diff
—
Reply to this email directly, view it on GitHub
<#11>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACB6KMPRTIN3FUKQQIMM5L3AJ6CJAVCNFSM6AAAAAB54QQB7KVHI2DSMVQWIX3LMV43ASLTON2WKOZTGA4DSOBTHA2TONA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps winreg from 0.50.0 to 0.55.0.
Release notes
Sourced from winreg's releases.
Changelog
Sourced from winreg's changelog.
Commits
9243b23Bump version to 0.55.0f044074Upgradewindows-systo version 0.59 (and MSRV to 1.60)4574febBump version to 0.54.0105ca7aUpgradewindows-systo version 0.5293aefdfMigrate to the 2021 edition of Rustc9315d0Clippy: remove unnecessary typecastse62111eMerge branch 'winapi'049035fUpdate the transaction example in the docs5baac5dCI: upgrade actions to the latest versionscbaeb4eCI: checkCargo.tomlformattingDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)